Welcome![Sign In][Sign Up]
Location:
Search - powerbuilder PB

Search list

[ERP-EIP-OA-PortalMIS_FRAME

Description: PB开发的MIS框架,包含MIS系统常用的功能,对初学者有一定的帮助-PB framework for the development of MIS, MIS system contains features common to have some help for beginners
Platform: | Size: 273408 | Author: jack | Hits:

[Otherpb1

Description: 图形_自定义曲线图源码 pb 我看过了,比较好-_ Custom graphics source curve
Platform: | Size: 119808 | Author: zxm | Hits:

[Windows DevelopSkinPowerBuilder

Description: 一个换肤程序,PB用的,及时太少了点,谁有多的上传一下,供大家分享-A skin procedures, PB used in a timely manner少了点too, who have about the upload for all to share
Platform: | Size: 329728 | Author: 找一找 | Hits:

[Otherpb

Description: 图书馆管理系统使用PB编译的,包含全套的论文,大纲,设计,很全很强大-Library management system to compile the use of PB, and contains a full set of papers, an outline design, it is very powerful all-
Platform: | Size: 972800 | Author: yanyan | Hits:

[source in ebookPB-MSSQLSybase

Description: 一个pb框架,试过,非常好用的。如果大家还要其他的,请联系,以前下载的,好多。-a code for pb
Platform: | Size: 3600384 | Author: mmhms | Hits:

[Windows Develops2

Description: 多文档窗体演示,其中有四个窗体,由pb编写。-Demonstration of multi-document form, of which there are four forms, prepared by the pb.
Platform: | Size: 7168 | Author: lotuso | Hits:

[source in ebooktransparent_st

Description: PB中的静态文本控件可以设置各种不同的背景色,但没有办法设置为透明色,这在某些特殊界面设计要求时显得心有余而力不足。本文提供一种实现透明文本的简单方法,并不需要借助API。方法如下: 1、 建立一个工作空间(workspace),取名为:transparent_st。 2、 建立一个应用(application),取名为:transparent_st。 3、 建立一个可视用户对象,uo_transparent_st,类型为statictext,定义下列变量: boolean ib_painting 4、 编写uo_transparent_st的Constructor事件脚本: //536870912 透明色 This.backcolor = 2^29 5、 定义uo_transparent_st的用户自定义事件,ue_paint(Event ID:pbm_paint) IF IsValid(This) THEN if ib_painting THEN Return 0 ib_painting = True This.Visible = False Do While Yield() Loop This.Visible = True ib_painting = False END IF Return 0 -PB in the static text control you can set different background color, but there is no way to set a transparent color, which in some special interface design it is very difficult request. This article provides a simple and transparent method of the text is no need to use API. As follows: 1, the establishment of a working space (workspace), named: transparent_st. 2, the establishment of an application (application), named: transparent_st. 3, the establishment of a visual user object, uo_transparent_st, type statictext, the definition of the following variables: boolean ib_painting 4, the preparation of the Constructor event uo_transparent_st script: // Transparent color 536,870,912 This.backcolor = 2 ^ 29 5, the definition of user-defined uo_transparent_st events, ue_paint (Event ID: pbm_paint) IF IsValid (This) THEN if ib_painting THEN Return 0 ib_painting = True This.Visible = False Do While Yield () Loop
Platform: | Size: 58368 | Author: newease | Hits:

[Compress-Decompress algrithmspb

Description: pb源码下载,管理系统,有很多对象和函数编写
Platform: | Size: 2074624 | Author: zhuyihui | Hits:

[Otherpbhuanfu

Description: PB 环境下换肤控件!把 SkinFeature 接口文档.txt 中所有的全局外部函数定义到你程序的全局外部函数定义区域-PB skin under control! SkinFeature interface to the document. Txt of all external function definition of the overall program to your external function definition of the overall regional
Platform: | Size: 962560 | Author: 杀手 | Hits:

[Otherpbcomm

Description: 串口通訊,100 PB源碼,無控件,直接調用API,所以比控件穩定-Serial Communication, 100 PB-source, no control, directly call API, so the stability than the control
Platform: | Size: 21504 | Author: 羅志祥 | Hits:

[GIS programNicePBFrameDEMO

Description: 非常漂亮的精美PB框架DEMO,大家可以-nice pb frame demo
Platform: | Size: 17025024 | Author: zjbadboy | Hits:

[ActiveX/DCOM/ATLPBCOMMENT

Description: 7.0 新增支持 DataWindow SQL 语句画板中对 SQL 语句的大小写转换、代码优化等。可以帮助大家校正在例如 SYBASE 等数据库对字段名大小写敏感需要批量修改的 SQL 语句。 新增支持有关 DataWindow 与结构体、变量之间的赋值、获得数据等 操作的 PB 脚本自动生成。在字段特别多的情况下,比较实用。-7.0 Added support Sketchpad DataWindow SQL statements SQL statement in the case of conversion, such as code optimization. Correction we can help, such as in databases such as SYBASE case sensitive field names need to modify the SQL statement bulk. Added support for the DataWindow and the structure, the assignment between variables, such as access to data PB operation automatically generated script. Particularly in the field, the more practical.
Platform: | Size: 1017856 | Author: jgg | Hits:

[Windows DevelopJK

Description: PB编写的WEBSERVICES试例,并带有客户端调用的方式,此功能是实际中的一个项目,用此webservices作为接口的调用方式-PB WEBSERVICES interface
Platform: | Size: 14330880 | Author: WAngDF | Hits:

[OtherPFC10.5

Description: PFC是一组PowerBulider的对象,它可以由用户自己定制,扩充。你可以象搭积木 一样使用它,使程序紧密的连接起来。PFC还包括许多有用的对象,例如:debug对 象。 PFC是由PowerBuilder提供的PB对象,并支持PowerScript 源代码。它使用的是先 进的PowerBuilder面向对象技术,其一个特征是面向服务设计。确使你的程序占 用最少的计算机资源。 PFC使用了许多先进的编码技巧,你可以使用PowerBuilder的PowerScript编译器 来检查对象,实例,事件,和继承PFC父类的函数。 这本书说的是PFC的概念(PFC是什么东西和你为什么使用它)还有使用信息(如何计 划.使用PFC) 为了更详细的了解PFC的对象,实例,事件,和继承PFC父类的函数,请看PFC Object Reference 。 pb版本10.5 -PFC is a group of PowerBulider object, it can be customized by the user s own expansion. Architecture in a building block as you can Like to use it, so that the procedures linking the close. PFC also includes many useful objects, such as: debug on Like. PFC is provided by the PB object PowerBuilder, PowerScript source code and support. It uses the first Into the PowerBuilder object-oriented technology, a feature of its service-oriented design. Procedures to ensure that your account With a minimum of computer resources. PFC use a lot of advanced coding techniques, you can use PowerBuilder s PowerScript compiler To examine the objects, examples, events, and inheritance of the father of PFC function category. That this book is the concept of PFC s (PFC what and why you use it) there is the use of information (how the Zoned. The use of PFC) In order to more detailed understanding of the PFC objects, instances, events, and inheritance of the father of PFC function catego
Platform: | Size: 4296704 | Author: newease | Hits:

[CommunicationPB

Description: PB串口处理程序例程,供广大PB爱好者参考。-PB serial processing routine for the majority of PB lovers reference.
Platform: | Size: 104448 | Author: 文军 | Hits:

[Otherpb

Description: 超级报表模板设计器PB源代码,非常智能、美观、实用。-超级报表模板设计器PB源代码
Platform: | Size: 2660352 | Author: 欧泉斯 | Hits:

[Otherpb_sy

Description: PowerBuilder实验报告 几个实验:PowerBuilder窗口设计,数据定义,数据操纵,PB数据窗口设计,PB菜单设计,小型数据库应用系统开发 -PowerBuilder experimental report several experiments: PowerBuilder window design, data definition, data manipulation, PB data window design, PB menu design, a small database application system development
Platform: | Size: 553984 | Author: qqq | Hits:

[Windows Developbarcode

Description: PB条形码,不需要字体,生成BMP图片附于界面上即可使用。简单试用-PB bar code, no fonts, generate BMP image is attached to the interface can be used. Simple Trial
Platform: | Size: 143360 | Author: 朱劼 | Hits:

[SQL Serverbackup_restore

Description: 这是一个朋友开发的,利用PB 开发的数据库备份软件,建议朋友们下载-This is a friend developed a database developed by the use of PB backup software, it is recommended my friends to download
Platform: | Size: 20480 | Author: zhaohj | Hits:

[Graph Recognizefingerprint_PB

Description: pb下通过动态链接库函数,调用光学指纹识别仪的例子程序。内有基础库:FpLib.DLL,PlmDll.DLL的函数使用说明文件。 FingerInit、FingerConfig、FingerEnroll、FingerMatch-pb through dynamic link library function call examples of optical fingerprint identification device program. There are basic library: FpLib.DLL, PlmDll.DLL a function of the use of documentation. FingerInit, FingerConfig, FingerEnroll, FingerMatch
Platform: | Size: 43008 | Author: PZG | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 36 »

CodeBus www.codebus.net